Skip to content

Conversation

@carolynduby
Copy link
Collaborator

Add manually triggered releases. For building branches other than develop manually.

carolynduby and others added 30 commits April 22, 2021 22:08
- improve validation for profiler job unit test
* moved scoring modules to a new parent.
* combined enrichment and scoring in the new job.
* Fixed syslog version and some unit test.
CYB-41 Fix unit test after update syslog dependency
- consolidate jackson pom entries
- rename flink sinks and default topic to indicate binary data
# Conflicts:
#	flink-cyber/metron-parser-chain/parser-chains-parsers/pom.xml
#	flink-cyber/pom.xml
* fixed unit test for metron-hbase-common module.
* refactoring metron-common module.
* CYB-30 CYBER reject scoring rules that don't compile

* CYB-30 CYBER reject scoring rules that don't compile

* CYB-30 CYBER reject scoring rules that don't compile

* Merge branch 'CYB-30' of https://github.infra.cloudera.com/skulish-cl…

* CYB-30 CYBER reject scoring rules that don't compile

* CYB-30 CYBER reject scoring rules that don't compile

* Merge branch 'develop' into CYB-30

* Remove code from previous implementation

* CYB-30 CYBER reject scoring rules that don't compile
* CYB-36: add scoring rule upsert command

* CYB-36: add scoring rule upsert command
- fix readme markdown syntax

* CYB-36
create command line tool to upsert scoring rules

* refact

* refact

* refact

* Revert "refact"

This reverts commit 9cc596bb

* CYB-36: add scoring rule upsert command

* fixed issue with all process rule operations.
* added logging dependency.
* refactored Scoring.java class.

* CYB-19 enable Metron stellar enrichments to sources

* fixed unit test

* Revert "CYB-19 enable Metron stellar enrichments to sources"

This reverts commit 5625a3ac738fc55d243d1a4ea744cff213e136a5.

* CYB-36: add scoring rule upsert command

* fixed unit test

* CYB-36: add scoring rule upsert command

* fixed build.

Co-authored-by: cduby <[email protected]>
Co-authored-by: Svetlana Kulish <[email protected]>
Co-authored-by: vpavlenko-cloudera <[email protected]>
This commit does not contain secrets
* fixed PR comments.
* remove metron zookeeper related code.
* update hbase code to a new version.
* CYB-30 CYBER reject scoring rules that don't compile

* CYB-30 CYBER reject scoring rules that don't compile

* CYB-30 CYBER reject scoring rules that don't compile

* Merge branch 'CYB-30' of https://github.infra.cloudera.com/skulish-cl…

* CYB-30 CYBER reject scoring rules that don't compile

* CYB-30 CYBER reject scoring rules that don't compile

* Merge branch 'develop' into CYB-30

* Remove code from previous implementation

* CYB-30 CYBER reject scoring rules that don't compile
* CYB-36: add scoring rule upsert command

* CYB-36: add scoring rule upsert command
- fix readme markdown syntax

* CYB-36
create command line tool to upsert scoring rules

* refact

* refact

* refact

* Revert "refact"

This reverts commit 9cc596bb

* CYB-36: add scoring rule upsert command

* fixed issue with all process rule operations.
* added logging dependency.
* refactored Scoring.java class.

* CYB-19 enable Metron stellar enrichments to sources

* fixed unit test

* Revert "CYB-19 enable Metron stellar enrichments to sources"

This reverts commit 5625a3ac738fc55d243d1a4ea744cff213e136a5.

* CYB-36: add scoring rule upsert command

* fixed unit test

* CYB-36: add scoring rule upsert command

* fixed build.

Co-authored-by: cduby <[email protected]>
Co-authored-by: Svetlana Kulish <[email protected]>
Co-authored-by: vpavlenko-cloudera <[email protected]>
stas-panasiuk and others added 29 commits July 3, 2024 09:19
)

* Adding tlsh implementation.
* Update unit tests.

Co-authored-by: Stas Panasiuk <[email protected]>
* Datahub 1.10.0 pom changes

* [CYB-172] kafka topic created from tableapi kafka connector need ssb properties

* Datahub 1.10.0 pom changes

* [CYB-190] user can specify names of CDP cloud artifacts in example create_datahub_config.sh setup script

* [CYB-190] user can specify names of CDP cloud artifacts in example create_datahub_config.sh setup script

* [CYB-191] schemas produced for topics can't be consumed by SMM because of watermark properties

* [CYB-206] dev log removed

* [CYB-207] cybersec toolkit supports CSA 1.12.0 with CDP 7.1.9

* [CYB-207] fix indexing job serialization error

* [CYB-207] add missing jupiter dependency.  use jupiter for all tests

* [CYB-207] remove deprecated forkMode for rest enrichments module

* [CYB-207] add junit dependency

* [CYB-207] use https for mock server for all tests.

* [CYB-207] temporary change to run just problem module

* [CYB-207] update mockserver dependency

* Revert "[CYB-207] temporary change to run just problem module"

This reverts commit d3fb5d8.

* Revert "[CYB-207] use https for mock server for all tests."

This reverts commit 9a2e01e.

* [CYB-207] Update mockserver dependency to remove conflicts

* typo fix

---------

Co-authored-by: cduby <[email protected]>
Co-authored-by: Stas Panasiuk <[email protected]>
Co-authored-by: stas-panasiuk <[email protected]>
* [CYB-3] java 8 GraalVM

* [CYB-3] GraalJS implementation

* [CYB-3] Scoring fix

* [CYB-3] Concurrent GraalJS eval of the same function fix

* [CYB-77] Java 11 update

* [CYB-164] default JS engine changed to JS_NASHORN

* [CYB-3] Lint fixes + Nashorn deprecations logs

* [CYB-77] Version bump to 2.4.0 

* [CYB-77] JS engine automatic validation and switchover

* [CYB-77] Tests fix across Java8+Java11

* [CYB-77] maven plugin version update

* [CYB-77] nashorn synchronized to ensure correct execution

---------

Co-authored-by: cduby <[email protected]>
Co-authored-by: Carolyn Duby <[email protected]>
Co-authored-by: Vladyslav Pavlenko <[email protected]>
Co-authored-by: vladyslav.pavlenko <[email protected]>
* OCSF support parser config support

* switched from field selection to a text field

* Java tests fix

* Karma tests fix

* parsers base path fix

* minor refactoring to address the Observable subscription issues

* Hidden objects with unknown types
* json tableapi support

* OCSF Support for Flink Indexing
* fix for new parser pipeline persistence

* tests fix
Add manually triggered releases.  For building branches other than develop manually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants